home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17744 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  603 b 

  1. Path: nntp.uib.no!usenet
  2. From: Thomas Mork Farrelly <uk236@brems.ii.uib.no>
  3. Newsgroups: aus.mathematics,comp.programming,comp.lang.c++
  4. Subject: Binary operations
  5. Date: Wed, 17 Apr 1996 12:15:33 +0200
  6. Organization: Universitetet i Bergen
  7. Message-ID: <3174C4C4.2781E494@brems.ii.uib.no>
  8. NNTP-Posting-Host: puppe.ii.uib.no
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 3.0b2 (X11; I; SunOS 4.1.3 sun4c)
  13.  
  14. I want to do mathematicle operations (add, mult, div) on
  15. numbers of arbitrary length(number of bytes).
  16. Where can I get such information?
  17.